|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Registry change events describe changes to the registry.
This interface is not intended to be implemented by clients.
Method Summary | |
IExtensionDelta |
getExtensionDelta(String hostId,
String extensionPoint,
String extension)
Returns the delta for the given host, extension point and extension. |
IExtensionDelta[] |
getExtensionDeltas()
Returns all extension deltas for all hosts. |
IExtensionDelta[] |
getExtensionDeltas(String hostId)
Returns all extension deltas for the given host. |
IExtensionDelta[] |
getExtensionDeltas(String hostId,
String extensionPoint)
Returns all the extension deltas for the given host and extension point. |
Method Detail |
public IExtensionDelta[] getExtensionDeltas()
public IExtensionDelta[] getExtensionDeltas(String hostId)
hostId
- the host identifier
public IExtensionDelta[] getExtensionDeltas(String hostId, String extensionPoint)
hostId
- the host identifierextensionPoint
- the simple identifier of the
extension point (e.g. "builders"
)
public IExtensionDelta getExtensionDelta(String hostId, String extensionPoint, String extension)
null
if none exists in this event.
hostId
- the host identifierextensionPoint
- the simple identifier of the
extension point (e.g. "builders"
)extension
- the unique identifier of the extension
null
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |